English
Allows the user to reset their password using a verification token.The user must have received a verification token via email.
cURL
curl --request POST \ --url https://your_a2_service/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "token": "<string>" } '
200
Successful Response
Was this page helpful?